Platform Explorer / Nuxeo Platform 6.0

Operation Seam.DownloadFile (Download file)

Description

Download a file
Operation id Seam.DownloadFile
Category User Interface
Label Download file
Requires Seam
Since

Parameters

No parameters.

Signature

Inputs blob
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.DownloadFile
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.DownloadFile",
  "label" : "Download file",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Download a file",
  "url" : "Seam.DownloadFile",
  "signature" : [ "blob", "void" ],
  "params" : [ ]
}